3.1033 \(\int \frac {x^3}{\sqrt [4]{2-3 x^2} (4-3 x^2)} \, dx\)

Optimal. Leaf size=106 \[ \frac {2}{27} \left (2-3 x^2\right )^{3/4}+\frac {2}{9} \sqrt [4]{2} \tan ^{-1}\left (\frac {\sqrt {2}-\sqrt {2-3 x^2}}{2^{3/4} \sqrt [4]{2-3 x^2}}\right )+\frac {2}{9} \sqrt [4]{2} \tanh ^{-1}\left (\frac {\sqrt {2-3 x^2}+\sqrt {2}}{2^{3/4} \sqrt [4]{2-3 x^2}}\right ) \]

[Out]

2/27*(-3*x^2+2)^(3/4)+2/9*2^(1/4)*arctan(1/2*(2^(1/2)-(-3*x^2+2)^(1/2))*2^(1/4)/(-3*x^2+2)^(1/4))+2/9*2^(1/4)*
arctanh(1/2*(2^(1/2)+(-3*x^2+2)^(1/2))*2^(1/4)/(-3*x^2+2)^(1/4))

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 106, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.125, Rules used = {440, 261, 439} \[ \frac {2}{27} \left (2-3 x^2\right )^{3/4}+\frac {2}{9} \sqrt [4]{2} \tan ^{-1}\left (\frac {\sqrt {2}-\sqrt {2-3 x^2}}{2^{3/4} \sqrt [4]{2-3 x^2}}\right )+\frac {2}{9} \sqrt [4]{2} \tanh ^{-1}\left (\frac {\sqrt {2-3 x^2}+\sqrt {2}}{2^{3/4} \sqrt [4]{2-3 x^2}}\right ) \]

Antiderivative was successfully verified.

[In]

Int[x^3/((2 - 3*x^2)^(1/4)*(4 - 3*x^2)),x]

[Out]

(2*(2 - 3*x^2)^(3/4))/27 + (2*2^(1/4)*ArcTan[(Sqrt[2] - Sqrt[2 - 3*x^2])/(2^(3/4)*(2 - 3*x^2)^(1/4))])/9 + (2*
2^(1/4)*ArcTanh[(Sqrt[2] + Sqrt[2 - 3*x^2])/(2^(3/4)*(2 - 3*x^2)^(1/4))])/9

Rule 261

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(a + b*x^n)^(p + 1)/(b*n*(p + 1)), x] /; FreeQ
[{a, b, m, n, p}, x] && EqQ[m, n - 1] && NeQ[p, -1]

Rule 439

Int[(x_)/(((a_) + (b_.)*(x_)^2)^(1/4)*((c_) + (d_.)*(x_)^2)), x_Symbol] :> -Simp[ArcTan[(Rt[a, 4]^2 - Sqrt[a +
 b*x^2])/(Sqrt[2]*Rt[a, 4]*(a + b*x^2)^(1/4))]/(Sqrt[2]*Rt[a, 4]*d), x] - Simp[(1*ArcTanh[(Rt[a, 4]^2 + Sqrt[a
 + b*x^2])/(Sqrt[2]*Rt[a, 4]*(a + b*x^2)^(1/4))])/(Sqrt[2]*Rt[a, 4]*d), x] /; FreeQ[{a, b, c, d}, x] && EqQ[b*
c - 2*a*d, 0] && PosQ[a]

Rule 440

Int[(x_)^(m_)/(((a_) + (b_.)*(x_)^2)^(1/4)*((c_) + (d_.)*(x_)^2)), x_Symbol] :> Int[ExpandIntegrand[x^m/((a +
b*x^2)^(1/4)*(c + d*x^2)), x], x] /; FreeQ[{a, b, c, d}, x] && EqQ[b*c - 2*a*d, 0] && IntegerQ[m] && (PosQ[a]
|| IntegerQ[m/2])

Rubi steps

\begin {align*} \int \frac {x^3}{\sqrt [4]{2-3 x^2} \left (4-3 x^2\right )} \, dx &=\int \left (-\frac {x}{3 \sqrt [4]{2-3 x^2}}+\frac {4 x}{3 \sqrt [4]{2-3 x^2} \left (4-3 x^2\right )}\right ) \, dx\\ &=-\left (\frac {1}{3} \int \frac {x}{\sqrt [4]{2-3 x^2}} \, dx\right )+\frac {4}{3} \int \frac {x}{\sqrt [4]{2-3 x^2} \left (4-3 x^2\right )} \, dx\\ &=\frac {2}{27} \left (2-3 x^2\right )^{3/4}+\frac {2}{9} \sqrt [4]{2} \tan ^{-1}\left (\frac {\sqrt {2}-\sqrt {2-3 x^2}}{2^{3/4} \sqrt [4]{2-3 x^2}}\right )+\frac {2}{9} \sqrt [4]{2} \tanh ^{-1}\left (\frac {\sqrt {2}+\sqrt {2-3 x^2}}{2^{3/4} \sqrt [4]{2-3 x^2}}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [C]  time = 0.01, size = 36, normalized size = 0.34 \[ -\frac {2}{27} \left (2-3 x^2\right )^{3/4} \left (2 \, _2F_1\left (\frac {3}{4},1;\frac {7}{4};\frac {3 x^2}{2}-1\right )-1\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[x^3/((2 - 3*x^2)^(1/4)*(4 - 3*x^2)),x]

[Out]

(-2*(2 - 3*x^2)^(3/4)*(-1 + 2*Hypergeometric2F1[3/4, 1, 7/4, -1 + (3*x^2)/2]))/27

________________________________________________________________________________________

fricas [B]  time = 1.17, size = 241, normalized size = 2.27 \[ \frac {2}{9} \cdot 8^{\frac {1}{4}} \sqrt {2} \arctan \left (\frac {1}{4} \cdot 8^{\frac {1}{4}} \sqrt {2} \sqrt {8^{\frac {3}{4}} \sqrt {2} {\left (-3 \, x^{2} + 2\right )}^{\frac {1}{4}} + 4 \, \sqrt {2} + 4 \, \sqrt {-3 \, x^{2} + 2}} - \frac {1}{2} \cdot 8^{\frac {1}{4}} \sqrt {2} {\left (-3 \, x^{2} + 2\right )}^{\frac {1}{4}} - 1\right ) + \frac {2}{9} \cdot 8^{\frac {1}{4}} \sqrt {2} \arctan \left (\frac {1}{8} \cdot 8^{\frac {1}{4}} \sqrt {2} \sqrt {-4 \cdot 8^{\frac {3}{4}} \sqrt {2} {\left (-3 \, x^{2} + 2\right )}^{\frac {1}{4}} + 16 \, \sqrt {2} + 16 \, \sqrt {-3 \, x^{2} + 2}} - \frac {1}{2} \cdot 8^{\frac {1}{4}} \sqrt {2} {\left (-3 \, x^{2} + 2\right )}^{\frac {1}{4}} + 1\right ) + \frac {1}{18} \cdot 8^{\frac {1}{4}} \sqrt {2} \log \left (4 \cdot 8^{\frac {3}{4}} \sqrt {2} {\left (-3 \, x^{2} + 2\right )}^{\frac {1}{4}} + 16 \, \sqrt {2} + 16 \, \sqrt {-3 \, x^{2} + 2}\right ) - \frac {1}{18} \cdot 8^{\frac {1}{4}} \sqrt {2} \log \left (-4 \cdot 8^{\frac {3}{4}} \sqrt {2} {\left (-3 \, x^{2} + 2\right )}^{\frac {1}{4}} + 16 \, \sqrt {2} + 16 \, \sqrt {-3 \, x^{2} + 2}\right ) + \frac {2}{27} \, {\left (-3 \, x^{2} + 2\right )}^{\frac {3}{4}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(-3*x^2+2)^(1/4)/(-3*x^2+4),x, algorithm="fricas")

[Out]

2/9*8^(1/4)*sqrt(2)*arctan(1/4*8^(1/4)*sqrt(2)*sqrt(8^(3/4)*sqrt(2)*(-3*x^2 + 2)^(1/4) + 4*sqrt(2) + 4*sqrt(-3
*x^2 + 2)) - 1/2*8^(1/4)*sqrt(2)*(-3*x^2 + 2)^(1/4) - 1) + 2/9*8^(1/4)*sqrt(2)*arctan(1/8*8^(1/4)*sqrt(2)*sqrt
(-4*8^(3/4)*sqrt(2)*(-3*x^2 + 2)^(1/4) + 16*sqrt(2) + 16*sqrt(-3*x^2 + 2)) - 1/2*8^(1/4)*sqrt(2)*(-3*x^2 + 2)^
(1/4) + 1) + 1/18*8^(1/4)*sqrt(2)*log(4*8^(3/4)*sqrt(2)*(-3*x^2 + 2)^(1/4) + 16*sqrt(2) + 16*sqrt(-3*x^2 + 2))
 - 1/18*8^(1/4)*sqrt(2)*log(-4*8^(3/4)*sqrt(2)*(-3*x^2 + 2)^(1/4) + 16*sqrt(2) + 16*sqrt(-3*x^2 + 2)) + 2/27*(
-3*x^2 + 2)^(3/4)

________________________________________________________________________________________

giac [A]  time = 0.43, size = 129, normalized size = 1.22 \[ -\frac {2}{9} \cdot 2^{\frac {1}{4}} \arctan \left (\frac {1}{2} \cdot 2^{\frac {1}{4}} {\left (2^{\frac {3}{4}} + 2 \, {\left (-3 \, x^{2} + 2\right )}^{\frac {1}{4}}\right )}\right ) - \frac {2}{9} \cdot 2^{\frac {1}{4}} \arctan \left (-\frac {1}{2} \cdot 2^{\frac {1}{4}} {\left (2^{\frac {3}{4}} - 2 \, {\left (-3 \, x^{2} + 2\right )}^{\frac {1}{4}}\right )}\right ) + \frac {1}{9} \cdot 2^{\frac {1}{4}} \log \left (2^{\frac {3}{4}} {\left (-3 \, x^{2} + 2\right )}^{\frac {1}{4}} + \sqrt {2} + \sqrt {-3 \, x^{2} + 2}\right ) - \frac {1}{9} \cdot 2^{\frac {1}{4}} \log \left (-2^{\frac {3}{4}} {\left (-3 \, x^{2} + 2\right )}^{\frac {1}{4}} + \sqrt {2} + \sqrt {-3 \, x^{2} + 2}\right ) + \frac {2}{27} \, {\left (-3 \, x^{2} + 2\right )}^{\frac {3}{4}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(-3*x^2+2)^(1/4)/(-3*x^2+4),x, algorithm="giac")

[Out]

-2/9*2^(1/4)*arctan(1/2*2^(1/4)*(2^(3/4) + 2*(-3*x^2 + 2)^(1/4))) - 2/9*2^(1/4)*arctan(-1/2*2^(1/4)*(2^(3/4) -
 2*(-3*x^2 + 2)^(1/4))) + 1/9*2^(1/4)*log(2^(3/4)*(-3*x^2 + 2)^(1/4) + sqrt(2) + sqrt(-3*x^2 + 2)) - 1/9*2^(1/
4)*log(-2^(3/4)*(-3*x^2 + 2)^(1/4) + sqrt(2) + sqrt(-3*x^2 + 2)) + 2/27*(-3*x^2 + 2)^(3/4)

________________________________________________________________________________________

maple [C]  time = 1.72, size = 206, normalized size = 1.94 \[ -\frac {\RootOf \left (\textit {\_Z}^{2}+\RootOf \left (\textit {\_Z}^{4}+8\right )^{2}\right ) \ln \left (-\frac {\left (-3 x^{2}+2\right )^{\frac {3}{4}} \RootOf \left (\textit {\_Z}^{2}+\RootOf \left (\textit {\_Z}^{4}+8\right )^{2}\right ) \RootOf \left (\textit {\_Z}^{4}+8\right )^{2}+6 x^{2}-2 \sqrt {-3 x^{2}+2}\, \RootOf \left (\textit {\_Z}^{4}+8\right )^{2}-4 \left (-3 x^{2}+2\right )^{\frac {1}{4}} \RootOf \left (\textit {\_Z}^{2}+\RootOf \left (\textit {\_Z}^{4}+8\right )^{2}\right )}{3 x^{2}-4}\right )}{9}-\frac {\RootOf \left (\textit {\_Z}^{4}+8\right ) \ln \left (\frac {\left (-3 x^{2}+2\right )^{\frac {3}{4}} \RootOf \left (\textit {\_Z}^{4}+8\right )^{3}-6 x^{2}-2 \sqrt {-3 x^{2}+2}\, \RootOf \left (\textit {\_Z}^{4}+8\right )^{2}+4 \left (-3 x^{2}+2\right )^{\frac {1}{4}} \RootOf \left (\textit {\_Z}^{4}+8\right )}{3 x^{2}-4}\right )}{9}-\frac {2 \left (3 x^{2}-2\right )}{27 \left (-3 x^{2}+2\right )^{\frac {1}{4}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3/(-3*x^2+2)^(1/4)/(-3*x^2+4),x)

[Out]

-2/27*(3*x^2-2)/(-3*x^2+2)^(1/4)-1/9*RootOf(_Z^2+RootOf(_Z^4+8)^2)*ln(-(RootOf(_Z^2+RootOf(_Z^4+8)^2)*RootOf(_
Z^4+8)^2*(-3*x^2+2)^(3/4)-2*RootOf(_Z^4+8)^2*(-3*x^2+2)^(1/2)-4*RootOf(_Z^2+RootOf(_Z^4+8)^2)*(-3*x^2+2)^(1/4)
+6*x^2)/(3*x^2-4))-1/9*RootOf(_Z^4+8)*ln((RootOf(_Z^4+8)^3*(-3*x^2+2)^(3/4)-2*RootOf(_Z^4+8)^2*(-3*x^2+2)^(1/2
)+4*RootOf(_Z^4+8)*(-3*x^2+2)^(1/4)-6*x^2)/(3*x^2-4))

________________________________________________________________________________________

maxima [A]  time = 2.04, size = 129, normalized size = 1.22 \[ -\frac {2}{9} \cdot 2^{\frac {1}{4}} \arctan \left (\frac {1}{2} \cdot 2^{\frac {1}{4}} {\left (2^{\frac {3}{4}} + 2 \, {\left (-3 \, x^{2} + 2\right )}^{\frac {1}{4}}\right )}\right ) - \frac {2}{9} \cdot 2^{\frac {1}{4}} \arctan \left (-\frac {1}{2} \cdot 2^{\frac {1}{4}} {\left (2^{\frac {3}{4}} - 2 \, {\left (-3 \, x^{2} + 2\right )}^{\frac {1}{4}}\right )}\right ) + \frac {1}{9} \cdot 2^{\frac {1}{4}} \log \left (2^{\frac {3}{4}} {\left (-3 \, x^{2} + 2\right )}^{\frac {1}{4}} + \sqrt {2} + \sqrt {-3 \, x^{2} + 2}\right ) - \frac {1}{9} \cdot 2^{\frac {1}{4}} \log \left (-2^{\frac {3}{4}} {\left (-3 \, x^{2} + 2\right )}^{\frac {1}{4}} + \sqrt {2} + \sqrt {-3 \, x^{2} + 2}\right ) + \frac {2}{27} \, {\left (-3 \, x^{2} + 2\right )}^{\frac {3}{4}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(-3*x^2+2)^(1/4)/(-3*x^2+4),x, algorithm="maxima")

[Out]

-2/9*2^(1/4)*arctan(1/2*2^(1/4)*(2^(3/4) + 2*(-3*x^2 + 2)^(1/4))) - 2/9*2^(1/4)*arctan(-1/2*2^(1/4)*(2^(3/4) -
 2*(-3*x^2 + 2)^(1/4))) + 1/9*2^(1/4)*log(2^(3/4)*(-3*x^2 + 2)^(1/4) + sqrt(2) + sqrt(-3*x^2 + 2)) - 1/9*2^(1/
4)*log(-2^(3/4)*(-3*x^2 + 2)^(1/4) + sqrt(2) + sqrt(-3*x^2 + 2)) + 2/27*(-3*x^2 + 2)^(3/4)

________________________________________________________________________________________

mupad [B]  time = 0.15, size = 60, normalized size = 0.57 \[ \frac {2\,{\left (2-3\,x^2\right )}^{3/4}}{27}+2^{1/4}\,\mathrm {atan}\left (2^{1/4}\,{\left (2-3\,x^2\right )}^{1/4}\,\left (\frac {1}{2}-\frac {1}{2}{}\mathrm {i}\right )\right )\,\left (-\frac {2}{9}+\frac {2}{9}{}\mathrm {i}\right )+2^{1/4}\,\mathrm {atan}\left (2^{1/4}\,{\left (2-3\,x^2\right )}^{1/4}\,\left (\frac {1}{2}+\frac {1}{2}{}\mathrm {i}\right )\right )\,\left (-\frac {2}{9}-\frac {2}{9}{}\mathrm {i}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-x^3/((2 - 3*x^2)^(1/4)*(3*x^2 - 4)),x)

[Out]

(2*(2 - 3*x^2)^(3/4))/27 - 2^(1/4)*atan(2^(1/4)*(2 - 3*x^2)^(1/4)*(1/2 + 1i/2))*(2/9 + 2i/9) - 2^(1/4)*atan(2^
(1/4)*(2 - 3*x^2)^(1/4)*(1/2 - 1i/2))*(2/9 - 2i/9)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ - \int \frac {x^{3}}{3 x^{2} \sqrt [4]{2 - 3 x^{2}} - 4 \sqrt [4]{2 - 3 x^{2}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**3/(-3*x**2+2)**(1/4)/(-3*x**2+4),x)

[Out]

-Integral(x**3/(3*x**2*(2 - 3*x**2)**(1/4) - 4*(2 - 3*x**2)**(1/4)), x)

________________________________________________________________________________________